From 2dd168c14ee762394139737cc42eb93bf2ab6d12 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 27 Apr 2017 09:18:04 -0700 Subject: [PATCH] Bump to 0.20.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- Makefile.in | 2 +- src/crates-io/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2cfea7e5d..c77c24d09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,12 +1,12 @@ [root] name = "cargo" -version = "0.19.0" +version = "0.20.0" dependencies = [ "advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cargotest 0.1.0", "chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "crates-io 0.8.0", + "crates-io 0.9.0", "crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -86,7 +86,7 @@ name = "cargotest" version = "0.1.0" dependencies = [ "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "cargo 0.19.0", + "cargo 0.20.0", "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "crates-io" -version = "0.8.0" +version = "0.9.0" dependencies = [ "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 09c90260b..fc6c1f218 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.19.0" +version = "0.20.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] @@ -18,7 +18,7 @@ path = "src/cargo/lib.rs" [dependencies] chrono = "0.3.0" -crates-io = { path = "src/crates-io", version = "0.8" } +crates-io = { path = "src/crates-io", version = "0.9" } crossbeam = "0.2" curl = "0.4.6" docopt = "0.7" diff --git a/Makefile.in b/Makefile.in index f32d211fc..1be12f3ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.18.0 +CFG_RELEASE_NUM=0.20.0 CFG_RELEASE_LABEL= OPENSSL_VERS=1.0.2k diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index 646db38c1..f7c52dcb6 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.8.0" +version = "0.9.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/cargo" -- 2.30.2